home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Code / Chapter07 / testing.wrl < prev   
Text File  |  2000-05-03  |  547b  |  36 lines

  1. #VRML V2.0 utf8
  2.  
  3. Transform {
  4.  
  5.   translation    0 0 0
  6.  
  7.  
  8.   children    Shape {
  9.     appearance    Appearance {
  10.       material    Material {
  11.         diffuseColor 1 0 0
  12.  
  13.       }
  14.     }
  15.  
  16.     geometry    IndexedFaceSet {
  17.       coord    Coordinate {
  18.     point    [ -1 1 1,
  19.           -1 -1 1,
  20.           1 1 1,
  21.           1 -1 1,
  22.           1 1 -1,
  23.           1 -1 -1,
  24.           -1 1 -1,
  25.           -1 -1 -1 ]
  26.       }
  27.  
  28.       coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  29.             6, -1, 6, 7, 1, 0, -1, 2,
  30.             3, 5, 4, -1, 6, 0, 2, 4,
  31.             -1, 1, 7, 5, 3, -1 ]
  32.  
  33.     } #end IndexedFaceSet
  34.   } #end of Shape
  35. } #end of Transform
  36.